home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.1
- date 88.03.24.19.48.46; author deboor; state Exp;
- branches ;
- next ;
-
-
- desc
- @Makefile for rdisting source back to UNIX
- @
-
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @# For rdist, take the standard makefile and pass in the directory to rdist
- # and the name of the binary/binaries not to rdist.
- # Allow the user to specify extra flags (like -v) for the rdist via
- # the DISTFLAGS variable.
-
- DISTFILE = /sprite/lib/misc/distfile.command
- DISTFLAGS +=
- #ifndef DIST_EXCEPT
- # ifdef PROG
- DIST_EXCEPT = -d EXCEPT=\(${PROG}\)
- # elifdef PROGRAM
- DIST_EXCEPT = -d EXCEPT=\(${PROGRAM}\)
- # else
- DIST_EXCEPT =
- # endif
- #endif
-
- Rdist :: .PRECIOUS .NOTMAIN
- rdist ${DISTFLAGS} -f ${DISTFILE} -d DIR=`pwd` ${DIST_EXCEPT}
-
- @
-